From: kaf24@scramble.cl.cam.ac.uk Date: Sat, 27 Mar 2004 13:51:01 +0000 (+0000) Subject: bitkeeper revision 1.825.3.11 (406586c56OnnzTB-qwvoMKuD9SxL8g) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18253^2~10 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=cc084c5cf73b9cd20ff6d75376ad61997fbfa8df;p=xen.git bitkeeper revision 1.825.3.11 (406586c56OnnzTB-qwvoMKuD9SxL8g) entry.S: Fix signal-handling bug in Xenolinux. --- diff --git a/xenolinux-2.4.25-sparse/arch/xen/kernel/entry.S b/xenolinux-2.4.25-sparse/arch/xen/kernel/entry.S index 22ec1f1b46..8ce06571ef 100644 --- a/xenolinux-2.4.25-sparse/arch/xen/kernel/entry.S +++ b/xenolinux-2.4.25-sparse/arch/xen/kernel/entry.S @@ -221,7 +221,7 @@ signal_return: movl %esp,%eax xorl %edx,%edx call SYMBOL_NAME(do_signal) - jmp ret_from_sys_call + jmp safesti ALIGN restore_all: